home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / lk151.zip / README.TXT < prev   
Text File  |  1992-09-23  |  12KB  |  270 lines

  1. ----------------------------------------------------------------------
  2.                                  LOCKER v1.51 Demo 
  3.  
  4.   Thank you for Trying LOCKER v1.51 for DOS & WINDOWS. Please
  5.   notify us if you encounter any problems with LOCKER. 
  6.  
  7.   You are allowed to use this DEMO of LOCKER for 30 days. After 30 days
  8.   you should either purchase LOCKER or STOP USING the DEMO.
  9.   You are allowed to give/distribute this demo to anyone ONLY IF it
  10.   is given with this documentation and is FREE.
  11.  
  12.   We are interested in what you think about LOCKER -
  13.   what additional feature you would like to see, what you don't like about it,
  14.   and what you do like about it. Depending on what feedback I
  15.   receive, additional features may be added !
  16.  
  17. ----------------------------------------------------------------------
  18. Description:
  19.  
  20.      LOCKER controls the number of concurrent users that may access an
  21.      DOS executable file. When someone tries to access the file when maximum
  22.      number is being used, they are put in a queue and can either wait until
  23.      the application is free or escape out.
  24. ----------------------------------------------------------------------
  25. Instructions for installing LOCKER v1.51 DEMO
  26.  
  27. Upgrading:
  28.    First make a backup of your LOCKER files.
  29.  
  30.    Then follow the normal install procedure (make sure you do not
  31.    first erase the old LOCKER files.)
  32.  
  33.    Then for each program which was metered under a previous version,
  34.    reset the license limit. (Enter the change screen & press F10)
  35.    
  36. Installation:
  37.    These instructions assume a working knowledge of DOS. If you are
  38.    uncertain on how to copy files refere to your DOS Reference Guide.
  39.  
  40.    Copy the LOCKER files to your network. If you prefer you can run
  41.    them from a floppy.
  42.  
  43.      Copy LOCKER.DOS, LOCKER.WIN, LOCKCON.EXE, README.TXT to your Fileserver's
  44.         \SYSTEM directory (or any restricted directory)
  45.  
  46.      example: copy a:\*.* f:\system\*.*
  47.         (This will copy all the locker files from drive a: to the
  48.          f:\system directory)
  49.  
  50.  
  51.    The first time you run LOCKCON you will be prompted for a directory
  52.    path for the log files. This directory path MUST be available for
  53.    read/write for everyone. It is suggested that directory NOT be the same
  54.    as where you put the LOCKER files. 
  55.  
  56.  
  57.    When you run LOCKCON you will see the console screen: (ex.)
  58. ┌──────────────────────────────────────────────────────────────────────────────┐
  59. │                              LOCKER v1.51 Console                            │
  60. │                                                                              │
  61. │                                                                              │
  62. │                                            PEAK                       TOTAL  │
  63. │ PROGRAM:     TYPE:     LIMIT:   CURRENT:   USED:   WAITS:   ABORTS:  ACCESS: │
  64. │ TEST         DOS         001        000     001      000       000      005  │
  65. │                                                                              │
  66. │                                                                              │
  67. │                                                                              │
  68. │                                                                              │
  69. │                                                                              │
  70. │                                                                              │
  71. │                                                                              │
  72. │                                                                              │
  73. │                                                                              │
  74. │                                                                              │
  75. │                                                                              │
  76. │                                                                              │
  77. │                                                                              │
  78. │                                                                              │
  79. │                                                                              │
  80. │                                                                              │
  81. │                                                                              │
  82. │              INS=Install    DEL=UnInstall    ENTER=Change Count    ESC=Exit  │
  83. └──────────────────────────────────────────────────────────────────────────────┘
  84. Description of the Headings in LOCKCON:
  85.  
  86.  Program: The name of the program which is being metered
  87.  
  88.  Type:    The type of program (DOS or WIN)
  89.  
  90.  Limit:   The number of concurrant users to be allowed.
  91.  
  92.  Use:     The number of users currently using the exec.
  93.  
  94.  Peak Used: Peak Number of concurrent users who have been using the program
  95.            at one time.
  96.  
  97.  Waits:    Number of users who had to wait to access the program.
  98.            This # includes the users who decided not to wait.
  99.  
  100.  Aborts:   Number of users who decided to cancel out of waiting for the program.
  101.  
  102.  Total Access: Total number of users that have used the program.
  103.            Does not include users who aborted waiting.
  104.  
  105.  If the numbers under these headings are --- it means that LOCKCON could not
  106.  find the log files. If the are +++ it means that the number is greater than
  107.  999.
  108.  
  109.  The statistics are cleared whenever the number of licenses (limit) is changed,
  110.  even if it is changed to the same number (and saved).
  111.  
  112.  
  113. ----------------------------------------------------------------------
  114.  
  115.    From LOCKCON you can install / remove or change the user limit on an executable.
  116.  
  117.    INSTALL:
  118.    To install locker on an executable (Note: your must have full rights to
  119.         the program directory). Since it does modify the executable you
  120.         may want to make a backup of the program before you run locker:
  121.  
  122.  
  123.      This will bring up the Locker console.
  124.      Press the <INS> key - this will bring up an install box. Enter the
  125.      program name (ex. WP.EXE), select program type (DOS/WIN) by
  126.      pressing the space bar, the user limit (ex. 1), and the directory
  127.      of where the file can be found (ex. \PROGRAMS\WP or F:\PROGRAMS\WP)
  128.      Then press F10 to lock the executable or ESC to abort.
  129.  
  130.      NOTE: If you use a drive letter that can refer (at different times) to
  131.      different disks make certain that each time you run LOCKCON it points to
  132.      the same disk). If you don't use a drive letter - make certain you are on
  133.      the same disk drive when you run it.
  134.  
  135.    UnINSTALL:
  136.    To remove locker from an executable:
  137.  
  138.      Use the arrow keys to hilite the program you wish to remove locker from.
  139.      Press the <ESC> key to remove locker. You will be prompted if you wish
  140.      to continue (Y/N).
  141.  
  142.  
  143.    CHANGE:
  144.      Use the arrow keys to hilite the program you wish to change the limit on.
  145.      Press the <RETURN> (or <ENTER>) key, this will bring up the change window.
  146.      Change the limit and press <F10> to save your changes or <ESC> to abort.
  147.  
  148. ----------------------------------------------------------------------
  149. Depending on wheither the program you install metering on is a DOS or
  150. WINDOWS exec, LOCKER will behave differently.
  151.  
  152. DOS:
  153. After LOCKER has been installed on a program, when the program is run
  154. you will get the following message:
  155.  
  156.    LOCKER v1.51 Demo Version
  157.    Copyright (c) Jason P. Murray 1992. All Rights Reserved.
  158.  
  159. and the program will execute. If the maximum number of concurrent users are
  160. already using the program, the following message will also be displayed:
  161.  
  162.  
  163.    The maximum number of concurrent users for this program
  164.    has been reached.
  165.    Waiting for the program to be available (Press <ESC> to abort)
  166.  
  167.  
  168. You can then wait until one of the users stops using the program, or press
  169. the ESC key to exit.
  170.  
  171. WINDOWS:
  172.   Upon selecting windows, the application will start right up. If the
  173. maximum number of concurrent users are already using the program, a
  174. window will open and the following message will be displayed.
  175.   
  176.  The maximum number of concurrent users for
  177.        this program has been reached
  178.  
  179.  Waiting for the program to be available 
  180.  
  181.    (Close window to stop waiting)
  182.  
  183. You can minimize this window and when the application is free the
  184. application will start right up. To abort the application just close
  185. the window.
  186. ----------------------------------------------------------------------
  187. NOTES:
  188.  
  189.   Description of files:
  190.  
  191.      LOCKER.DOS     Data file used by LOCKCON.EXE for DOS 
  192.      LOCKER.WIN     Data file used by LOCKCON.EXE 
  193.      LOCKCON.EXE    Locker Management Console
  194.      README.TXT     This text file
  195.  
  196.   You should only install / remove / change locker on a program which is not
  197.   being used. (i.e. Do not change the limits on a word processing program while
  198.   people are using it !)
  199.  
  200.   You should not install a new version of a metered program WITHOUT
  201.   first removing metering. 
  202.  
  203.   When LOCKER is installed it creates several hidden files in the program
  204.   directory. These files should not be deleted.
  205.  
  206.   BEFORE installing metering on LOCKER with WORDPERFECT for WINDOWS,
  207.   you should copy WPWINFIL.EXE to WPWINFIL.@@@. This file can be found
  208.   in your WORDPERFECT program directory.
  209.  
  210.   After running LOCKER on an COM file, the file will be renamed as <filename>.EXE
  211.   If the program you are install LOCKER on has both a .COM & an .EXE.
  212.   You will not be able to install LOCKER on the COM until you rename
  213.   one of them.
  214.  
  215.   Metered windows programs currently do not work when running in
  216.   SMALL/LARGE EMS FRAME MODE, if this is a problem, please let me know.
  217.  
  218.   If your program icon, after install metering, changes to a LOCK icon, you
  219.   can restore it back to the previous icon by highlighting the program,
  220.   selecting FILE from the system menu, then selecting properties and then
  221.   pushing the CHANGE ICON button. Then change the extension on the file name
  222.   from .EXE to .@@@
  223.  
  224.  If you need to change the path where the statistics are stored,
  225.  copy all log files from the current log directory to the new own,
  226.  then erase the LOCKER.CFG file from LOCKER's directory. When you run
  227.  LOCKCON again you will be prompted for a new path. You will also have
  228.  to reset the License values for all software that is being metered so they
  229.  can recognize the new path.
  230. ----------------------------------------------------------------------
  231.  
  232. The following licenses for LOCKER v1.51 are available:
  233.  
  234.    USD $ 135 / server   (S/H included) for the US & CANADA
  235.    In Texas please add 8.25% Sales Tax.
  236.  
  237.    We accept CHECKS, MONEY ORDERS, VISA and MC,
  238.    and Company PO's (call for approval)
  239.    
  240.    If you want more information on LOCKER or if you decide to purchase LOCKER
  241.    we can be contacted at:
  242.  
  243.                            VERITAS TECHNOLOGIES, INC.
  244.                            12750 MERIT DRIVE, SUITE 830
  245.                            DALLAS, TX 75251
  246.  
  247.                            (214)-387-1812
  248.  
  249.                            Compuserve Address: 72576,3352
  250.  
  251.   INTERNATIONAL Sales via MC/VISA. 
  252.  
  253.  
  254.  
  255. And NOW for the usual disclaimers:
  256.  
  257. NO OTHER WARRANTIES. HAMPSHIRE SOFTWARE disclaims all other warranties, either express
  258. or implied, including but not limited to implied warranties of mechantability and
  259. fitness for a particular purpose, with respect to the software, the accompanying
  260. written materials, and any accompanying hardware. This limited warranty gives
  261. you specific legal rights. You may have others, which vary from state to state.
  262.  
  263. NO LIABILITY FOR CONSEQUENTIAL DAMAGES. In no event shall  HAMPSHIRE SOFTWARE
  264. or its suppliers be liable for any damages whatsoever caused by the use of or
  265. inability to use this HAMPSHIRE SOFTWARE product. Because some states do not
  266. allow the exclusion or limitation of liability for consequential of incidental
  267. damages, the above limitation may not apply to you.
  268.  
  269. ----------------------------------------------------------------------
  270.